struct _POP_DEVICE_POWER_PROFILE// Size=0x3c
{
    struct _UNICODE_STRING DeviceId;// Offset=0x0 Size=0x8
    struct _POP_POWER_PLANE * PowerPlane;// Offset=0x8 Size=0x4
    struct _POP_FX_DEVICE * FxDevice;// Offset=0xc Size=0x4
    long PowerDrawMw;// Offset=0x10 Size=0x4
    struct _PO_POWER_PLANE_PROFILE DxPower[4];// Offset=0x14 Size=0x20
    unsigned long ComponentCount;// Offset=0x34 Size=0x4
    struct _POP_COMPONENT_POWER_PROFILE ** Components;// Offset=0x38 Size=0x4
};